Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Ghost Rule?
~Umberto Nongeroson 2.Dec.03 09:36 PM a Web browser
Notes Client 6.0.2 CF2 Windows 2000


This is a bit more thorough than just removing the calendar profile however it will remove ALL rules...

Dim ThisDb As NotesDatabase
Dim Sess As New NotesSession
Dim CurDoc As NotesDocument
Dim DocColl As NotesDocumentCollection
Dim Profile As NotesDocument

Set ThisDb = Sess.CurrentDatabase

Set profile= ThisDb.GetProfileDocument("CalendarProfile")

profile.RemoveItem("$FilterFormula_0")
profile.RemoveItem("$FilterFormulaCount")
profile.save True,True
Set DocColl = ThisDB.AllDocuments
Set CurDoc = DocColl.GetFirstDocument
Do Until CurDoc Is Nothing
If CurDoc.IsProfile Then
Stop
End If
Set CurDoc = DocColl.GetNextDocument(CurDoc)
Loop




Ghost Rule? (~Tanita Desnima... 2.Dec.03)
. . RE: Ghost Rule? (~Kirk Elreterod... 2.Dec.03)
. . . . RE: Ghost Rule? (~Naomi Deskrote... 2.Dec.03)
. . . . RE: Ghost Rule? (~Tanita Desnima... 2.Dec.03)
. . . . . . RE: Ghost Rule? (~Kirk Elreterod... 2.Dec.03)
. . . . . . . . RE: Ghost Rule? (~Tanita Desnima... 2.Dec.03)
. . . . . . . . . . RE: Ghost Rule? (~Denise Feznite... 2.Dec.03)
. . . . . . . . . . . . RE: Ghost Rule? (~Kirk Elreterod... 3.Dec.03)
. . . . . . . . . . RE: Ghost Rule? (~Kirk Elreterod... 3.Dec.03)
. . . . Also the recommended approach is to... (~Dan Elhipister... 2.Dec.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS